label = gtk_label_new (resources[i]);
gtk_widget_show (label);
gtk_notebook_append_page (GTK_NOTEBOOK (notebook), widget, label);
+ gtk_container_child_set (GTK_CONTAINER (notebook),
+ GTK_WIDGET (widget),
+ "tab-expand", TRUE,
+ NULL);
g_free (content_mime);
g_free (content_type);
</object>
</child>
</object>
+ <packing>
+ <property name="tab_expand">True</property>
+ </packing>
</child>
<child type="tab">
<object class="GtkLabel" id="label1">
<property name="use_underline">True</property>
</object>
<packing>
+ <property name="tab_expand">True</property>
<property name="tab_fill">False</property>
</packing>
</child>
</object>
<packing>
<property name="position">1</property>
+ <property name="tab_expand">True</property>
</packing>
</child>
<child type="tab">